net/http.http2ClientConn.closed (field)
11 uses
net/http (current package)
h2_bundle.go#L7495: closed bool
h2_bundle.go#L8137: Closed: cc.closed,
h2_bundle.go#L8174: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
h2_bundle.go#L8230: cc.closed = true
h2_bundle.go#L8262: if len(cc.streams) == 0 || cc.closed {
h2_bundle.go#L8263: cc.closed = true
h2_bundle.go#L8316: cc.closed = true
h2_bundle.go#L8813: if cc.closed || !cc.canTakeNewRequestLocked() {
h2_bundle.go#L9057: if cc.closed {
h2_bundle.go#L9374: cc.closed = true
h2_bundle.go#L9445: cc.closed = true
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |